home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1998 …ember: Reference Library / Dev.CD Dec 98 RL1.toast / Technical Documentation / develop / develop Issue 18 / develop Issue 18 code / OSA Sample.sea / OSA Sample / Sources / AEBuildErrMsgs.h / AEBuildErrMsgs.h
Encoding:
C/C++ Source or Header  |  1993-08-12  |  581 b   |  23 lines  |  [TEXT/MPS ]

  1.  
  2. char *AEBuild_ErrMsgs[] = {
  3.     "[No Error!]",
  4.     "Illegal character",
  5.     "Unexpectedly fell off end of line",
  6.     "Extra stuff past end of descriptor",
  7.     "“-” not followed by a number",
  8.     "Missing close “'”",
  9.     "Illegal digit in hex string",
  10.     "Hex string has an odd number of digits",
  11.     "Missing “»”",
  12.     "Hex string must be coerced to some data type",
  13.     "Missing “””",
  14.     "Illegal descriptor",
  15.     "Illegal data value inside parentheses",
  16.     "Missing “)” after data value",
  17.     "Missing “]”",
  18.     "Missing “,” or “]”",
  19.     "Missing keyword in record element",
  20.     "Missing “:” after keyword in record element"
  21. };
  22.  
  23.